Name | system time hh:mm |
Event Lines | system time <HH:MM>
system time hourly|minutely|secondly |
Triggers | when the system time changes to the specified value.
The system time is the real world time set in the server's operating system. It is not necessarily in sync with the game server time, which may vary (for example, when the server is lagging). For events based on in-game time passage, use delta time or wait. |
Example |
|
Example |
|
Example |
|
Switches | every:<count> to only run the event every *count* times (like "on system time secondly every:5" for every 5 seconds). |
Contexts | <context.hour> returns the exact hour of the system time.
<context.minute> returns the exact minute of the system time.
|
Synonyms (Search Aid) | cron |
Group | Core |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/events/core/SystemTimeScriptEvent.java#L11 |